Closed
Conversation
de4a40a to
9fbc425
Compare
Contributor
Differences Found✅ No packages or licenses were added. SummaryExpand
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 3.22 #6343 +/- ##
=======================================
Coverage 42.74% 42.74%
=======================================
Files 2513 2513
Lines 43627 43627
Branches 10307 10346 +39
=======================================
Hits 18647 18647
Misses 23654 23654
Partials 1326 1326 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
witoszekdev
approved these changes
Feb 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to 3.22, this PR will be updated.
Releases
saleor-dashboard@3.22.32
Patch Changes
#6340
ccc005aThanks @lkostrowski! - Fixed debugging messages (warnings in browser console) where Dashboard confused actions from 3rd party, like browser extensions signals with AppBridge actions. Now warnings should only occur, when proper frame is sent, but with invalid events inside#6323
85e7f3fThanks @witoszekdev! - Added new e2e tests for Saleor apps deployed in staging environment (internal). They check if app loads correctly and displays its settings#6254
a0011ccThanks @iharshyadav! - Fix product export with "Current search" filter option. The export mutation now correctly includes filter parameters when exporting products with the "Current search" scope, allowing users to export only filtered products as intended.#6339
23d946cThanks @lkostrowski! - Order Transaction will now display payment method details, like card brand or type.#6327
4f81c86Thanks @witoszekdev! - Added filtering UI to "Assign Model" dialogs.This allows filtering by "Model type" when assigning values to Model reference attributes in products and product variants.
#6311
61a484dThanks @witoszekdev! - Fixed issue when filtering products by parameters depending on channel (e.g. price) - previously filters didn't work correctly and always returned an empty list. Now filters will work correctly by passing correct channel value.#6318
cf1c8aaThanks @mirekm! - Product availability diagnostics now skip shipping zone warnings for non-shippable products (digital goods, activation codes, etc.). Products with isShippingRequired: false on their product type will no longer see false positive warnings about missing shipping zones or unreachable warehouses via shipping.#6333
1739498Thanks @witoszekdev! - Fixed code splitting forauthandconfigurationchunks. Previously this code was included in the main bundle, skipping dynamic imports. Now it will only load when needed, which should improve performance.#6324
9ab34dcThanks @witoszekdev! - Fixed icon in theme switcher not showing#6317
160511fThanks @witoszekdev! - Updated to storybook v10#6311
61a484dThanks @witoszekdev! - Added filtering to "Assign Variant" modals based on products querywhereoptions, similar to existing filters on product list page.#6334
5669ef5Thanks @witoszekdev! - Maintanance: Added stories for Assign attribute value modals and configuration for mocking GraphQL responses in Storybook.#6341
4a45b49Thanks @lkostrowski! - Added quick-paste of auth token to GraphQL Playground. Now to test queries as apps or specific users, you can paste bare token and full authorization header will be included.